Bump cargo to 0.2.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 16 Apr 2015 22:59:14 +0000 (15:59 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 16 Apr 2015 22:59:14 +0000 (15:59 -0700)
Closes #808
Closes #1178

Cargo.lock
Cargo.toml
Makefile.in

index 9ac1795edddc0e502d6e7ea1701b3e71eb42182a..8e0ac182ca8e6d81b3ef4168a6cee5649ad98a0f 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "advapi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
index 070a1623d84de29806b6546988954ed0728c9467..cc8a65aa52be7d766b4d9698c48292c2b3165f9c 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index caf383c9a652679c2b7010822d9d79132e8c6342..467df7d00da845949e9259411ef0f12f8e3b1aac 100644 (file)
@@ -1,5 +1,5 @@
-CFG_RELEASE_NUM=0.0.1
-CFG_RELEASE_LABEL=-pre
+CFG_RELEASE_NUM=0.2.0
+CFG_RELEASE_LABEL=
 
 include config.mk